-
-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: panic in harmony_export_imported_specifier_dependency #5697
Conversation
Test Compatibility Diff
Unpassed tests1 ⚪️ aggressive-splitting-entry: TODO |
Summary
Fixed [Bug]: panic in harmony_export_imported_specifier_dependency #5578
webpack-test/configCases/optimization/runtime-specific-used-exports2 will not panic, but it still failed, cause we don't align with webpack, webpack will fail if you set
combs
tofalse
manuallyhttps://github.com/webpack/webpack/blob/b9fb99c63ca433b24233e0bbc9ce336b47872c08/lib/optimize/SplitChunksPlugin.js#L1246-L1248
for test case webpack-test/configCases/wasm/export-imported-global, I can't reproduce since we don't support
type: "webassembly/sync"
, rspack will emit error now:Require Documentation?